|
A Pascal Server Page is a dynamically generated web page produced using some sort of Pascal Script interpreter on the server side. When a web request is made, the Pascal Script code gets interpreted on the server and outputted into the proper format (HTML, XML, JSON, plain text). An example of Pascal Server Page as deployed on the server (): The code above is an HTML armature containing Pascal Script code. The Pascal Script has been isolated within the “<%” and “%>” tokens. The Pascal Script code is interpreted on the server and the output (if any) is embedded into the HTML template. If a browser asks for the page above, it will actually get plain HTML code as the one below (): To deploy and run Pascal Server Pages, a web server component with Pascal Scripting capabilities is required. ==External links== # ( Pascal server pages for delphi/freepascal ) # ( Pascal Server Pages – Pascal Script ) 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Pascal server page」の詳細全文を読む スポンサード リンク
|